home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPanoMovieID
- if gPanoMovieID <> EMPTY then
- set tCurrentNodeID to PanoMovie("Direct", gPanoMovieID, "Get", "nodeID")
- if the text of cast "Node ID" <> tCurrentNodeID then
- SetPanoNode(the text of cast "Node ID", 0)
- end if
- end if
- SetPanoMovieView(the text of cast "HPanAngle", the text of cast "VPanAngle", the text of cast "ZoomAngle", the text of cast "Quality")
- end
-